Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / TagCloudCellType Class / TagCloudCellType Constructor / TagCloudCellType Constructor(String[],String[],String[])
Items for the cloud specified in a string array
Weights for the cloud items specified in a string array
HTML anchors for the cloud items specified in a string array
Example


In This Topic
    TagCloudCellType Constructor(String[],String[],String[])
    In This Topic
    Creates a new tag cloud cell with the specified items, weights, and hrefs.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal items() As String, _
       ByVal weights() As String, _
       ByVal hrefs() As String _
    )
    'Usage
     
    
    Dim items() As String
    Dim weights() As String
    Dim hrefs() As String
     
    Dim instance As New TagCloudCellType(items, weights, hrefs)
    public TagCloudCellType( 
       string[] items,
       string[] weights,
       string[] hrefs
    )

    Parameters

    items
    Items for the cloud specified in a string array
    weights
    Weights for the cloud items specified in a string array
    hrefs
    HTML anchors for the cloud items specified in a string array
    Example
    This example shows the creation of new tag cloud cells.
    See Also